<HTML>

<HEAD>

<TITLE>[telAngelix : User Site]</TITLE>

<script language="JavaScript"> 

function openNewWindow(URL,winName,features)
{ 
var xPos = (screen.width)/2; var yPos = (screen.height)/2; newWin=window.open(URL,winName,features); newWin.moveTo(xPos,yPos); newWin.focus(); } 

function loadWindow(desktopURL)

{       
desktop = window.open(desktopURL,"_blank","toolbar=no,location=no,status=no,top=30,left=30,menubar=no,scrollbars=yes,width=450,height=400,resizable=no");   
}

closetime = 0; 

function Start(URL, WIDTH, HEIGHT) 
{

windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT;
preview = window.open(URL, "preview", windowprops);
if (closetime) setTimeout("preview.close();", closetime*1000);
var xPos = (screen.width - 765)/2; var yPos = (screen.height - 555)/2; preview.moveTo(xPos,yPos); preview.focus(); 


}

function doPopup() {
url = "interface.html";
width = 765;  
height = 555; 
delay = 2;    
timer = setTimeout("Start(url, width, height)", delay*1000);
}
</script> 


</HEAD>



<BODY bgcolor="#666666" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" OnLoad="doPopup();">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr valign="middle"> 
    <td width="5%"><font face="Arial, Helvetica, sans-serif" size="3"> <font size="6"><b></b></font></font></td>
    <td width="95%">
      <p><font face="Arial, Helvetica, sans-serif" size="3"><font size="6"><b><font color="#999999" size="7">telAngelix.the.spirit.of.technology 
        </font></b></font></font></p>
      <p>&nbsp;</p>
      <p><b><font face="Arial, Helvetica, sans-serif" size="4" color="#999999">[user 
        site] &gt;&gt;</font></b></p>
      </td>
  </tr>
</table>
</BODY>


</HTML>